home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_12 / PlaceObject2_162_31 / CLIPACTIONRECORD onClipEvent(keyDown).as < prev   
Encoding:
Text File  |  2007-09-27  |  284 b   |  17 lines

  1. onClipEvent(keyDown){
  2.    if(_root.croco2.hitTest(_root.ship.epee))
  3.    {
  4.       tellTarget("_root.croco2.xx1.goxy")
  5.       {
  6.          gotoAndStop("mort");
  7.       }
  8.    }
  9.    else
  10.    {
  11.       tellTarget("_root.croco2.xx1.goxy")
  12.       {
  13.          gotoAndStop(1);
  14.       }
  15.    }
  16. }
  17.